home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineSprite_57 / frame_27 / DoAction.as
Text File  |  2006-09-05  |  430b  |  27 lines

  1. if(this.hitTest(_root.gir))
  2. {
  3.    if(_root.deflect >= 0)
  4.    {
  5.       _root.deflect = -7;
  6.       gotoAndPlay(74);
  7.    }
  8.    else
  9.    {
  10.       gotoAndPlay(60);
  11.       _root.girhit = true;
  12.    }
  13. }
  14. if(_root.chance > _root.minchance)
  15. {
  16.    _root.chance -= 0.001;
  17. }
  18. else
  19. {
  20.    _root.chance = _root.maxchance;
  21.    if(_root.minchance > _root.absmin)
  22.    {
  23.       _root.maxchance -= 0.01;
  24.       _root.minchance -= 0.01;
  25.    }
  26. }
  27.